home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("MoreB")
- puppetSprite(1, 1)
- set the castNum of sprite 1 to 39
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 1 to 91
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 1 to 39
- updateStage()
- startTimer()
- repeat while the timer < 15
- nothing()
- end repeat
- set the castNum of sprite 1 to 91
- updateStage()
- puppetSprite(1, 0)
- go("fade2")
- end
-